go/types.environment.inTParamList (field)
5 uses
go/types (current package)
check.go#L78: inTParamList bool // set if inside a type parameter list
decl.go#L230: if check.inTParamList && isGeneric(obj.typ) {
decl.go#L680: assert(!check.inTParamList)
decl.go#L681: check.inTParamList = true
decl.go#L683: check.inTParamList = false
The pages are generated with Golds v0.7.6. (GOOS=linux GOARCH=amd64)